{% extends "browse.html" %} {% block swh-browse-before-panels %} {% if snapshot_context %} {% include "includes/snapshot-context.html" %} {% endif %} {% endblock %} {% block swh-browse-main-panel-content %}

{{ top_panel_text }}

{% for branch in displayed_branches %} {% endfor %}
Name Revision Message Date
{{ branch.name }} {{ branch.revision|slice:":7" }} {{ branch.message }} {{ branch.date }}
{% endblock %} {% block swh-browse-after-panels %} {% if prev_branches_url or next_branches_url %} {% endif %} {% endblock %}